github.com/klauspost/compress/zstd.frameDec.checkCRC (method)

3 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L554: 					d.current.err = d.frame.checkCRC()
		framedec.go#L297: func (d *frameDec) checkCRC() error {
		framedec.go#L406: 				err = d.checkCRC()